add css dynamically in angular 6

38

ngOnInit(){
 this.appendCss(this.customizeFormData);
}

Comments

Submit
0 Comments